gh-141510: Fix copy.deepcopy() for recursive frozendict#145027
gh-141510: Fix copy.deepcopy() for recursive frozendict#145027vstinner wants to merge 3 commits intopython:mainfrom
Conversation
|
After adding the pickle support we may be able to remove the special deepcopy code. |
|
I added the tests requested by @serhiy-storchaka. |
I propose merging #144967 PR first (once it will be approved), and then rework this PR. See also @serhiy-storchaka's comment on the pickle PR:
We can add more tests in this deepcopy PR. |
I merged main into this branch to retrieve the pickle change. If I remove |
Uh oh!
There was an error while loading. Please reload this page.